﻿@charset "utf-8";

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
body {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
	min-height: 1200px;
	overflow-x:hidden;
	font-family:"微软雅黑";
}
video{ background:#ddd;}
#container {
	padding-top: 100px;
	overflow: hidden;
}
#header {
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	border-bottom: 1px solid #E3E3E3;
	background: #fff;
}
#header.active {
	height: 61px;
}
#header .hInner {
	padding: 15px 30px;
}
#header.active .hInner {
	padding: 5px 51px 0 50px;
}
#header .hInner h1 {
	float: left;
	margin:0;
}
#header.active .hInner h1 img {
	width: 184px;
	
}
#header .hInner .rBox {
	margin-top: 10px;
	width: 1100px;
	float: right;
	
}
#header.active .hInner .rBox {
	margin-top: 0;
	width: 620px;
}
#header .searchBox {
	padding-right: 60px;
	float: right;
	position: relative;
}
#header.active .searchBox {
	padding-right: 40px;
}
#header .searchBox:before {
	width: 1px;
	height: 35px;
	position: absolute;
	left: -41px;
	top: 5px;
	background: #DFDFDF;
	content: "";
}
#header.active .searchBox:before {
	display: none;
}
#header .searchBox .tel {
	float: left;
	color: #000;
	line-height: 1.2;
	text-align: right;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background: url(../img/common/h_tel.png) no-repeat right top;
}
#header.active .searchBox .tel {
	display: none;
}
#header .searchBox .tel span {
	display: block;
	font-size: 24px;
	font-weight: bold;
}
#header .searchBox.active .tel {
	visibility: hidden;
	opacity: 0;
}
#header .searchBox .search {
	width: 40px;
	position: absolute;
	right: 0;
	top: 3px;
	border-radius: 20px;
	background: #1bb2ef;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
}
#header.active .searchBox .search {
	top: 5px;
	background: none;
}
#header .searchBox.active .search {
	width: 270px;
	background: #1bb2ef !important;
}
#header .searchBox .search input {
	padding: 0 20px;
	height: 40px;
	color: #000;
	font-size: 14px;
	line-height: 40px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background: none;
	display:inline-block;
	color:#fff;
}
#header .searchBox .search input.inptxt{ display:none; width:80%;}
#header .searchBox .search:hover input.inptxt{ display:inline-block;}
#header .searchBox .search a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.menu {
	display: none;
}

#gNavi {
	margin-top: 13px;
	float: left;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#header.active #gNavi.active {
	visibility: hidden;
	opacity: 0;
}
#gNavi > li {
	margin-right: 30px;
	float: left;
	position: relative;
}
#gNavi > li:last-child {
	margin-right: 0;
}
#gNavi > li > a {
	height: 60px;
	display: block;
	position: relative;
	color: #666;
	overflow: hidden;
}
#header.active #gNavi > li > a {
	height: 44px;
}
/*
#gNavi > li > a:before {
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: #000;
	content: "";
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#gNavi > li:hover > a:before {
	width: 100%;
}
*/
#gNavi li div {
	width: 130px;
	position: absolute;
	left: -40px;
	top: 100%;
	display: none;
	transition:.5s;
	overflow: hidden;
	zoom: 1;
	box-shadow: 0 4px 2px rgba(197,197,195,0.1);
	border-top: 1px solid #E3E3E3;
	background-color: #fff;
	text-align:center;
}
#gNavi li:hover div{ display:block;}
#gNavi li ul {
	text-align: center;
}
#header.active #gNavi li ul {
	width: 672px;
}
#gNavi li li a {
	display: block;
	color: #999;
	font-size: 13px;
	line-height: 1.5;
	margin:10px;
}
#gNavi li li a:hover {
	color: #000;
}

.menuBox,
.btmBox,
.padShow {
	display: none;
}


.slider-section {
	width: 100%;
	margin-top: -1px;
}
.home-slide-overlay {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
	background: -moz-linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%,rgba(123,100,203,0.8) 100%);
	background: -webkit-linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%,rgba(123,100,203,0.8) 100%);
    background: linear-gradient(200deg, rgba(70, 199, 207, 0.8) 0%,rgba(123,100,203,0.8) 100%);
}
.home-single-slide {
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
    display: table;
    height: 600px;
    width: 100%;
}
.home-single-slide-inner {
    display: table-cell;
    vertical-align: middle;
}
.home-single-slide-dec {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	width:100%;
}
.home-single-slide p {
  font-size: 24px;
  padding-top: 55px;
  position: relative;
}
.home-single-slide p:before {
  position: absolute;
  content: "";
  height: 50px;
  width: 2px;
  background: #fff;
  left: 50%;
  top: 0;
  display: block;
}
.home-single-slide h3 {
  font-size: 48px;
  text-shadow:0 1px 1px #1bb2ef;
  font-weight:bold;
}
.home-single-slide h2 {
  font-size: 50px;
  text-shadow:0 1px 1px #1bb2ef;
  font-weight:bold;
  margin-bottom:20px;
}
.home-single-slide span { display:inline-block; width:50px; height:50px; line-height:50px; border-radius:50%; background:rgba(0,0,0,.3)}
.home-single-slide span i.fa-circle{ color:#333; opacity:0.5;}
.home-slides.owl-theme .owl-nav {
	margin-top: 0;
}
.home-slides.owl-theme .owl-nav div {
    font-weight: 600;
	background: transparent;
	opacity: 0;
    visibility: hidden;
	padding: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.home-slides.owl-theme .owl-nav div i {
	font-size: 50px;
	display: inline-block;
	position: relative;
	color:#fff;
	opacity:0.5;
	top:-50px;
}
.home-slides.owl-theme .owl-nav div:hover {
    background: transparent;
}
.home-slides.owl-theme .owl-nav div {
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.home-slides.owl-theme .owl-nav .owl-prev {
    left: -100px;
}
.home-slides:hover.owl-theme .owl-nav .owl-prev {
    left: 50px;
}
.home-slides.owl-theme .owl-nav .owl-next {
    right: -100px;
}
.home-slides:hover.owl-theme .owl-nav .owl-next {
    right: 50px;
}
.home-slides:hover.owl-theme .owl-nav div {
    opacity: 1;
    visibility: visible;
}
.owl-theme.home-slides .owl-dot {
	color: #333;
	font-size: 16px;
	display: inline-block;
	background: #fff;
	padding: 0px 8px;
	margin: 0 5px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.owl-theme.home-slides .owl-dot:hover {
	background: #333;
	color: #ffff;
}
.owl-theme.home-slides .owl-dot.active {
	background: #333;
	color: #ffff;
}
.owl-theme.home-slides .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
}
.indadv{ background:#fff; position:relative; top:-80px; padding:50px 0 0; z-index:99;}
.indadv .advtit span{ color:#666; position:relative; display: block; margin:10px 0 30px;}
.indadv .advtit span:before{
	position: absolute;
	content: "";
	height: 1px;
	width: 30%;
	background: #ddd;
	left: 0;
	top: 50%;
}
.indadv .advtit span:after{
	position: absolute;
	content: "";
	height: 1px;
	width: 30%;
	background: #ddd;
	right: 0;
	top: 50%;
}
.indadv .advtit .timer{ font-size:50px; color:#1bb2ef;}
.indadv .advcon dl{ display:inline-block;}
.indadv .advcon dl dt i{ font-size:50px; border:2px solid #1bb2ef; color:#1bb2ef; width:100px; height:100px; line-height:100px; border-radius:50%; }
.indadv .advcon dl,.indadv .advcon dl dd{ margin:0;}
.indadv .advcon span{ display:inline-block; vertical-align:top; padding:40px; color:#aaa;}

.indabo{ background:url(../img/abobg.jpg) no-repeat top center; padding-top:80px; color:#fff; background-size:cover;}
.abotit{ font-size:30px;}
.abotit span{ font-size:16px; color:#bad7f8; text-transform:uppercase;}
.indabo .abocont{ padding:20px 0;}
.indbtn{ padding:5px 20px; border-radius:30px; display:inline-block; color:#1bb2ef !important; margin-bottom:50px; background:#fff; transition:0.3s}
.indbtn:hover{ background:#2b78c7; color:#fff !important;}
.hrcon{ color:#333;}
.hrcon .abotit{ padding:20px 0;}
.hrcon .abotit span{ color:#666;}
.hrcont li{ border-bottom:1px dotted #999; line-height:2; text-align:left;}
.hrcont li a{ color:#666;}
.hrcon .indbtn{color:#fff !important; background:#1bb2ef; margin:20px 0 0;}
.hrcon .indbtn:hover{ background:#2b78c7; color:#fff !important;}
#particles-js {
	width: 100%;
	height: 660px;
	background-color: #198063;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat
}
.indpro .container{ position:relative; color:#fff;}
.indpro .container .indprol{ position: absolute; left:0; top:50px;}
.indpro .container .indpror{ position: absolute; right:0; top:50px;}
.indprol b{ font-size:24px; display:inline-block; border-top:5px solid; padding-top:10px; margin-top:15px}
.indprol ul li a{ display:block; padding:10px; margin:15px 0; background:#4ab89f; color:#fff; transition:.3s;}
.indprol ul li a:hover{ background:#78c310;}
.indpror .col-md-6{ padding:15px; font-size:12px; position:relative;}
.indpror .col-md-6:first-child,.indpror .col-md-6:nth-child(2){border-bottom:1px solid #5ca590;}
.indpror .col-md-6:first-child,.indpror .col-md-6:nth-child(3){ border-right:1px solid #5ca590;}
.indpror .col-md-6 img{ width:100%;}
.indpror .col-md-6 .overlay{ position:absolute; top:15px; left:15px; width:calc(100% - 30px); height:calc(100% - 30px); background:rgba(71,179,160,.8); text-align:center; opacity:0; transition:0.3s; box-shadow:0 0 5px #333;}
.indpror .col-md-6:hover .overlay{  opacity:1;}

.overlay a,.overlay a:hover { color:#fff;}
.overlay a h4{ font-size:18px; display:inline-block; padding:40px 0; position:relative;}
.overlay a h4:before{
	position: absolute;
	content: "";
	height: 2px;
	width: 10px;
	background: #fff;
	left: -15px;
	top: 50%;
}
.overlay a h4:after{
	position: absolute;
	content: "";
	height: 2px;
	width: 10px;
	background: #fff;
	right: -15px;
	top: 50%;
}
.overlay a i{ display:block; font-size:40px}

.indnewl b{ font-size:24px; display:inline-block; border-top:5px solid; padding-top:10px; margin-top:15px}
.indnewl ul li a{ display:block; padding:10px; margin:15px 0; background:#1bb2ef; color:#fff; transition:.3s; text-align:center;}
.indnewl ul li a:hover{ background:#2b78c7;}

.indnewr dl{ background:#eee; width:90%; height:136px; padding:0; float:left; transition:0.3s;}
.indnewr dl a dt{ padding:10px 0; border-bottom:1px solid #fff;}
.indnewr dl a dd{ font-size:13px; color:#999; height:49px; overflow:hidden; padding:10px 0;}
.indnewr dl a dd p{ margin:0;}
.indnewr dl a span{ font-size:13px; color:#999;}
.indnewr dl a img{ padding-right:10px; width:250px; height:136px;}
.indnewr a.tomore{ background:#eee;  width:10%; height:136px; font-size:80px; text-align:center; border-left:1px solid #fff; float:right; transition:0.3s;}
.indnewr a.tomore i{color:#fff;}
.indnewr>div:hover dl { background:#1bb2ef;}
.indnewr>div:hover dl a,.indnewr>div:hover dl a dd,.indnewr>div:hover dl a span{ color:#fff;}
.indnewr>div:hover a.tomore{ background:#1bb2ef;}


footer{ background:url(../img/1_31.jpg) center top no-repeat; padding:40px 0; margin-top:80px; color:#fff;}
footer .div2 .p2{ background:url(../img/1_32.png) center left no-repeat; padding-left:70px; background-size:contain;}
footer .div2>p{ margin:10px 0; padding-left:70px;}
footer .div2 .p2 p{ margin:0; font-size:20px; }
footer .div2 .p2 p:last-child{ font-size:25px; font-weight:bold; line-height:1;}

.foot_top ul li a{ color:#afe7fd; position:relative; display:block; left:0px; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;text-align: center;padding-bottom: 10px;line-height: 1; font-size:13px;}
.foot_top ul .li{ margin-bottom:15px; text-align:center;}
.foot_top ul .li a{ font-size:16px; font-weight:bold;border-bottom: 1px solid #55c9f8;display: inline-block; color:#fff;}
.foot_top ul li a:hover{ left:-5px; color:#fff; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}

.foot_bottom{ background:#313131; height:40px; line-height:40px; color:#8c8c8c}
a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.btn-style-one{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 10px 40px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 50px;
	background: rgb(255,174,0);
	background: -moz-linear-gradient(top, rgba(255,174,0,1) 0%, rgba(255,138,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,174,0,1) 0%,rgba(255,138,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff8a00',GradientType=0 );
}

.btn-style-one:hover{
	color: #ffffff;
	-webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
	box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;
}

.btn-style-one:before{
	position: absolute;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
	content: "";
	border-radius: 50px;
	border:2px solid #222222;
	transition: all 300ms ease;
	opacity: 0;
}

.btn-style-one:hover:before{
	opacity: 1;
}
.page-title{
	position:relative;
	padding: 80px 0;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
/*
.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#1bb2ef;
	opacity: .70;
	position:absolute;
}
*/
.page-title .inner-container{
	position: relative;
}

.page-title .title-box{
	position: relative;
	float: left;
}

.page-title h1{
	position:relative;
	display: block;
	font-size:48px;
	color:#ffffff;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 35px;
}

.page-title .title{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 400;
}

.page-title .bread-crumb {
	position: relative;
	float: right;
	padding-top: 95px;
	color:#fff;
}

.page-title .bread-crumb a{
	color:#ffffff;
	transition: all 300ms ease;
}

.page-title .bread-crumb a:hover{
	color:#1bb2ef ;	
}

.sec-title{
	position: relative;
	margin-bottom: 75px;
}

.sec-title .float-text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 68px;
	line-height: 1em;
	color: #2f2f2f;
	font-weight: 700;
	text-transform: uppercase;
	opacity: .10;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #198063;
	font-weight: bold;
	padding: 16px 0;
}

.sec-title.light .float-text{
	color: #f2f2f2;
	opacity: 0.10;
}

.sec-title.light h2{
	color: #ffffff;
}

.sec-title.text-center .float-text{
	right: 0;
	margin: 0 auto;
}

.about-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 100px 0;
	background-size:cover;
}

.about-section .image-column{
	position: relative;
}

.about-section .image-column .inner-column{
	position: relative;
	text-align: right;
	margin-right: -15px;
}

.about-section .image-column .title-box{
	position: absolute;
	left: 0;
	bottom: 75px;
	width: 100%;
	text-align: left;
	z-index: 9;
}

.about-section .image-column .title-box h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 78px;
	color: #f2f2f2;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0 0 10px #000;
}

.about-section .image-column .image-box{
	position: relative;
	z-index: 1;
	padding-top: 110px;
}

.about-section .image-column .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.about-section .image-column .image-box .alphabet-img{
	position: absolute;
	left: 0;
	top: 0;
	z-index:1;
}

.about-section .image-column .image-box .alphabet-img img{
	max-width: 100%;
	height: 230px;
}

.about-section .image-column .image img{
	display: inline-block;
	max-width: 100%;
	height: 500px;
	-webkit-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	-moz-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	-ms-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	-o-box-shadow: 0 8px 20px rgba(0,0,0,0.18);
	box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

.about-section .content-column{
	position: relative;
}

.about-section .content-column .inner-column{
	position: relative;
}

.about-section .content-column .content-box{
	position: relative;
	padding: 20px;
	background-color: #ffffff;
	border: 20px solid #eee;
	border-left: 0;
}

.about-section .content-column .content-box .title{
	position: relative;
	margin-bottom: 35px;
}

.about-section .content-column .content-box .title h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 42px;
	color: #222222;
	font-weight: 500;
	padding-bottom: 35px;
}

.about-section .content-column .content-box .title h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 45px;
	background-color: #198063;
	content: "";
}

.about-section .content-column .content-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	margin-bottom: 45px;
}
.about-section .content-column .content-box .text p{ margin:0;}

.about-section .content-column .content-box .link-box{
	position: relative;
}

.about-section .content-column .content-box .link-box a{
	font-weight: 700;
}

.fun-fact-section{
	position: relative;
}

.fun-fact-section .outer-box{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	max-width: 1400px;
	margin: 0 auto;
	padding: 100px 0 60px;
}

.fact-counter{
	position: relative;
}

.fact-counter .counter-column{
	position:relative;
	margin-bottom:40px;
}

.fact-counter .count-box{
	position: relative;
	font-size: 60px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 700;
	padding: 20px 0;
	padding-left: 20px;
}

.fact-counter .count-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 40px;
	background: #0595cf;
	content: "";
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.fact-counter .count-box:hover:before{
	-webkit-box-shadow: #0d55a8 0 0px 0px 40px inset;
	-moz-box-shadow: #0d55a8 0 0px 0px 40px inset;
	-ms-box-shadow: #0d55a8 0 0px 0px 40px inset;
	-o-box-shadow: #0d55a8 0 0px 0px 40px inset;
	box-shadow: #0d55a8 0 0px 0px 40px inset;
}

.fact-counter .count-box .count{
	position: relative;
	float: left;
	margin-right: 15px;
}

.fact-counter .count-box .count-text{
	position: relative;
	display: inline-block;
	font-size: 60px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 700;
}

.fact-counter .count-box .counter-title{
	position: relative;
	display: block;
	font-size:18px;
	line-height: 1.2em;
	font-weight:400;
}

.fun-fact-and-features{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0 0;
	background-attachment:fixed;
}

.fun-fact-and-features .outer-box{
	position: relative;
}

.fun-fact-and-features .fact-counter{
	position: relative;
}

.offer-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 0px;
}

.offer-section:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 150px;
	width: 100%;
	background-color: #ffffff;
	content: "";
}

.offer-section .content-column{
	position: relative;
	margin-bottom: 50px;
}


.offer-section .content-column .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #ff8a00;
	font-weight: 600;
	margin-bottom: 20px;
}

.offer-section .content-column h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
}

.offer-section .content-column h2 span{
	text-transform: uppercase;
}


.offer-section .content-column .discount{
	display: block;
	font-size: 40px;
	color: #fff;
}


.offer-section .content-column .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #f2f2f2;
	font-weight: 400;
}

.offer-section .form-column{
	position: relative;
	z-index: 9;
}

.offer-section .form-column .inner-column{
	position: relative;
	margin-left: -15px;
}

.discount-form{
	position: relative;
	background-color: #f7f7f7;
	padding: 35px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.10);
}

.discount-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.discount-form .form-group input[type="text"],
.discount-form .form-group input[type="email"],
.discount-form .form-group input[type="url"],
.discount-form .form-group textarea,
.discount-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    padding: 14px 25px;
    background-color: #ffffff;
    height: 60px;
    border: 1px solid #bbbbbb;
    font-weight: 400;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.discount-form .form-group input:focus,
.discount-form .form-group select:focus,
.discount-form .form-group textarea:focus{
	border-color:#ff8a00;
}

.discount-form .form-group textarea{
	height: 220px;
	resize: none;
	margin-bottom: 10px;
}

.discount-form .form-group button{
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 45px;
	line-height: 30px;
}

.video-section{
	position: relative;
}

.video-section .outer-box{
	position: relative;
	max-width: 1720px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0;
}

.video-section .outer-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #222222;
	opacity: 0.90;
	content: "";
}

.video-section .content-column{
	position: relative;
	order: 12;
}

.video-section .content-column .inner-column{
	position: relative;
	padding: 0 35px;
}

.video-section .content-column .sec-title{
	margin-bottom: 22px;
}

.video-section .content-column .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #198063;
	font-weight: 400;
	margin-bottom: 30px;
}

.video-section .content-column .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 400;
}

.video-section .video-column .inner-column{
	position: relative;
	padding-left: 50px;
}

.video-section .video-column .video-box{
	position: relative;
}

.video-section .video-column .video-box .image{
	position: relative;
	margin-bottom: 0;
}

.video-section .video-column .video-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.video-section .video-column .video-box .link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.video-section .video-column .video-box .link:hover{
	background-color: rgba(0,0,0,0.50);
}

.video-section .video-column .video-box .link .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	background-color: #333333;
	padding-left: 4px;
	font-size: 18px;
	color: #ff8a00;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.video-section .video-column .video-box .link:hover .icon{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}


.video-section.style-two .outer-box{
	padding-bottom: 155px;
}

.video-section.style-two .outer-box:before{
	display: none;
}

.video-section.style-two .content-column .text{
	color: #777777;
}

.video-section .video-column .video-box:before{
	position: absolute;
	left: -50px;
	height: 320px;
	width: 520px;
	bottom: -55px;
	background-image: url(../img/icon-lines.jpg);
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}

.contact_info_wrapper {
	position: relative;
	z-index: 1;
	padding-top: 80px;
}
.contact_info_wrapper .event_details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding-right: 80px;
}
.contact_info_wrapper .event_details .details_title {
	margin-bottom: 30px;
}
.contact_info_wrapper .event_details .details_title h3 {
	font-size: 30px;
	font-weight: 700;
	color: #198063;
}
.contact_info_wrapper .event_details .event_location_info {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	padding: 50px 60px;
	margin-bottom: 60px;
	display: inline-flex;
	background: #eee;
	width: 100%;
	position: relative;
}
.contact_info_wrapper .event_details .event_location_info ul li {
	margin-bottom: 20px;
	line-height: 22px;
}
.contact_info_wrapper .event_details .event_location_info ul li:last-child {
	margin-bottom: 0;
}
.contact_info_wrapper .event_details .event_location_info ul li p {
	margin: 0;
	font-size: 16px;
	display:inline-block;
}
.contact_info_wrapper .event_details .event_location_info ul li p i{ color:#4ab89f;}
.contact_info_wrapper .event_details .event_location_info ul li span {
	font-weight: 400;
	font-size: 16px;
	color: #2f2f2f;
}
.contact_info_wrapper .event_details .event_location_info ul li .hall_location {
	color: #ff1949;
	font-size: 20px;
	font-weight: 600;
}
.contact_info_wrapper .event_details .event_location_info img.contact__info_shpae {
	position: absolute;
	bottom: -65px;
	right: -75px;
}
.contact_form {
	position: relative;
	z-index: 1;
}
.contact_form .contact_map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.contact_form .contact_map .google_map #map {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	min-height: 550px;
	width: 100%;
}
.contact_form .leave_comment_wrapper .leave_comment {
	padding-left: 80px;
	padding-top: 30px;
}
.contact_form .leave_comment_wrapper .leave_comment .title {
	font-size: 24px;
	font-weight: 600;
	color: #198063;
	margin-bottom: 40px;
}
.contact_form .leave_comment_wrapper .leave_comment .form-group {
	margin-bottom: 15px;
}
.contact_form .leave_comment_wrapper .leave_comment .form-group input,
.contact_form .leave_comment_wrapper .leave_comment .form-group textarea {
	background: transparent;
	border: 1px solid #eee;
	border-radius: 0px;
	height: 50px;
	padding: 0px 20px;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.contact_form .leave_comment_wrapper .leave_comment .form-group input:focus,
.contact_form .leave_comment_wrapper .leave_comment .form-group textarea:focus {
	border: 1px solid #eee;
	outline: none;
	box-shadow: 0 2px 3px #999;
}
.contact_form .leave_comment_wrapper .leave_comment .form-group input::-webkit-input-placeholder,
.contact_form .leave_comment_wrapper .leave_comment .form-group textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ccc;
}
.contact_form .leave_comment_wrapper .leave_comment .form-group input::-moz-placeholder,
.contact_form .leave_comment_wrapper .leave_comment .form-group textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #ccc;
}
.contact_form .leave_comment_wrapper .leave_comment .form-group input:-ms-input-placeholder,
.contact_form .leave_comment_wrapper .leave_comment .form-group textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #ccc;
}
.contact_form .leave_comment_wrapper .leave_comment .form-group input:-moz-placeholder,
.contact_form .leave_comment_wrapper .leave_comment .form-group textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #ccc;
}
.contact_form .leave_comment_wrapper .leave_comment .form-group textarea {
	height: 157px;
	padding-top: 15px;
}
.contact_form .leave_comment_wrapper .leave_comment .submit-btn button {
	height: 50px;
	padding: 0 40px;
	font-size: 16px;
	font-weight: 600;
	background: #198063;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	outline: none;
	color: #fff;
	margin-top: 15px;
	transition: all 0.3s ease-in-out;
}
.contact_form .leave_comment_wrapper .leave_comment .submit-btn button:hover {
	background: #78c310;
	color: #fff;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.p-0 {
    padding: 0 !important;
}
.indnewli{ width:100%; padding:0 2%;}

.team-section{
	position: relative;
	padding-top: 80px;
}

.team-block{
	position: relative;
	margin-bottom: 40px;
}

.team-block .inner-box{
	position: relative;
	padding-right: 50px;
}	

.team-block .image-box{
	position: relative;
	margin-bottom: 15px;
}

.team-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
	z-index: 9;
}

.team-block .image-box img{
	display: block;
	width: 100%;
	height: 180px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-block .inner-box:hover .image-box img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.team-block .image-box .name{
	position: absolute;
	right: -40px;
	bottom: 20px;
	min-width: 80px;
	text-align: center;
	background-color: #198063;
	z-index: 9;
	font-family: "Arimo", sans-serif;
	transform: skewX(-30deg);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.team-block .image-box .name a{
	position: relative;
	display: inline-block;
	transform: skewX(30deg);
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	min-width: 80px;
}

.team-block .inner-box:hover .image-box .name{
	background-color: #78c310;
}

.team-block .inner-box .designation{
	position: relative;
	width: 100%;
	line-height: 1.2em;
}
.team-block .inner-box .designation:after{content:''; width:20px; height:3px; background:#78c310; position:absolute; bottom:-12px; left:0; transition:0.3s;}
.team-block .inner-box:hover .designation:after{width:100%;}
.team-block .inner-box .desiginfo{ color:#999; border-top:1px solid #eee; padding-top:10px;}
.pages{ text-align:center; }
.pages a,.pages span{ display:inline-block; padding:2px 6px; margin:5px; border:1px solid #ddd; }
.set_5_button {
  background: #1bb2ef;
  color: white;
  overflow: hidden;
  z-index: 1;
  float: left;
  font-weight: 400;
  line-height: 45px;
  margin-right: 2.5em;
  cursor:pointer;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  width: auto;
}
.set_5_button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  background: #46c8fd;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
  /transform: translateY(10%) translateX(16%) rotate(-45deg);
  transition: transform .3s;
}
.set_5_button:hover::after {
  transform: translateY(10%) translateX(-25px) rotate(-45deg);
}
.navvul{margin:0 auto 50px;}
.navvul li{ display:inline-block; margin:0 10px;}
.navvul li a{ color:#fff; font-size:16px; padding:5px 10px; background:#1bb2ef; border:2px solid;}
.navvtit .sec-title{ margin-bottom:30px}
.sidebar-page-container{
	position: relative;
	padding-top: 80px; 
}
.leftnav {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	box-shadow: 0 5px 5px #aaa;
    background: #f6f6f6;
	margin-right:20px;
}
.leftnav .leftnavtitle {
	width:100%;
	background:#1bb2ef;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.leftnav .leftnavlist {
	padding: 15px 20px 15px 20px;
}
.leftnav .leftnavlist li {
	list-style: inside;
}
.leftnav .leftnavlist a {
	font-size:16px;
	line-height:2;
}
.leftnav .leftnavlist a:visited {
	font-size:16px;
	line-height:2;
	color: #428bca;
}
.rightlist {
	border: 1px solid #e1e1e1;
	padding:20px;
}
.rightlist .inner-box {
	min-height:360px;
}
.rightlist .inner-box h5 {
	border-bottom: 1px dashed rgb(204, 204, 204);
	padding:15px 0;
}
.cat-list.xxgs li a {
	padding:20px 10px;
}

.rightlist .inner-box a {
	color:#111;
	transition:all .2s;
}
.rightlist .inner-box h5:hover a {
	color:#428bca;
}

.sidebar-side,
.content-side{
	position: relative;
}

.sidebar-widget{
    position: relative;
    margin-bottom:55px;
}

.sidebar-side .sidebar-widget:last-child{
	margin-bottom: 0;
}

.sidebar-title h3{
    background: #1bb2ef;
    margin: 0;
    padding: 15px;
    color: #fff;
}
.news-section.alternate{
	padding: 100px 0 40px;
}

.news-block-two{
	position: relative;
	z-index: 1;
}

.news-block-two .inner-box{
	position: relative;
}

.news-block-two .image-box{
	position: relative;
}

.news-block-two .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.news-block-two .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.news-block-two .image-box .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	width: 100%;
	background: #198063 padding-box content-box;
	content: "";
	padding: 15px;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.news-block-two .inner-box:hover .overlay-box{
	height: 100%;
	opacity: 0.70;
}

.news-block-two .overlay-box a{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 40px;
	width: 40px;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	font-weight: 400;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.news-block-two .inner-box:hover .overlay-box a{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.news-block-two .overlay-box a i{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color:#fff;
}

.news-block-two .overlay-box a:hover i{
	color: #ffffff;
}

.news-block-two .caption-box{
	position: relative;
	margin-top: -25px;
	padding: 0 20px;
}

.news-block-two .caption-box .inner{
	position: relative;
	padding: 25px 30px 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-moz-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-ms-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	-o-box-shadow: 0 0 21px rgba(0,0,0,0.21);
	box-shadow: 0 0 21px rgba(0,0,0,0.21);
}

.news-block-two .caption-box h3{
	position: relative;
	display: block;
	line-height: 30px;
	margin-bottom: 10px;
	border-left:5px solid #198063;
	padding-left:10px;
}

.news-block-two .caption-box h3 a{
	color: #2f2f2f;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .inner-box:hover .caption-box h3 a{
	color: #198063;
}

.news-block-two .caption-box .info{
	position: relative;
	display: block;
}

.news-block-two .caption-box .info li{
	line-height: 24px;
	color: #999;
}

.news-block-two .caption-box .info li a{
	color: #777777;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .caption-box .info li a:hover{
	color: #ff8a00;
}

.news-block-two .caption-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-top: 10px;
}
.cat-list{
	position:relative;
	border :1px solid #e1e1e1;
}

.cat-list li{
	position:relative;
	margin-left: -1px;
	font-family: "Rubik", sans-serif;
	border-left: 7px solid transparent;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.cat-list li:hover,
.cat-list li.active{
	border-left: 7px solid #1bb2ef;
}

.cat-list li a{
	position:relative;
	font-size:15px;
	color:#252525;
	line-height: 20px;
	font-weight:500;
	padding: 20px 40px;
	display:block;
	border-bottom :1px solid #e1e1e1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.cat-list li a span{
	float: right;
	font-size: 16px;
	line-height: 20px;
	font-family: "Arimo", sans-serif;
}

.cat-list li:last-child a{
	border-bottom: 0;
}

.cat-list li.active a,
.cat-list li:hover a{
	color: #1bb2ef;
}

.cat-list li.active a span,
.cat-list li:hover a span{
	color: #1bb2ef;
}
.latest-news .post{
	position: relative;
	padding-left: 130px;
	margin-bottom: 20px;
	min-height: 90px;
}
.latest-news .post h3{
	line-height:12px;
}
.latest-news .post-thumb{
	position: absolute;
	left: 0;
	top: 0;	
	width: 110px;
	margin-bottom: 20px;
}

.latest-news .post-thumb img{
	position: relative;
	display: block;
	width: 100%;
}

.latest-news .post h3 a{
	font-size:14px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.latest-news .post:hover h3 a{
	color: #1bb2ef;
}

.latest-news .post .post-info{
	color: #bbbbbb;
}
.newinf{ color:#666;}
.fanye li{ background:#eee; padding:5px; margin:10px 0;}
.blog-section{
	position: relative;
	padding-top:80px;
}

.blog-section .styled-pagination{
	margin-top: 20px;	
}

.blog-classic .news-block-two .caption-box .inner{
	padding: 30px 35px 30px;
	z-index: 99;
}

.blog-classic .news-block-two .caption-box h3{
	font-size: 24px;
	margin-bottom: 15px;
}

.blog-classic .news-block-two .caption-box .text{
	margin-top: 15px;
}

.news-block-two .single-item-carousel{
	position: relative;
}

.news-block-two .image-box .owl-nav{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -60px;
}

.news-block-two .image-box .owl-nav .owl-next,
.news-block-two .image-box .owl-nav .owl-prev{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 120px;
	text-align: center;
	line-height: 120px;
	font-size: 22px;
	color: #000000;
	font-weight: 400;
	background-color: rgba(255,255,255,.70);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .image-box .owl-nav .owl-next{
	left: auto;
	right: 0;
}

.news-block-two .image-box .owl-nav .owl-next:hover,
.news-block-two .image-box .owl-nav .owl-prev:hover{
	background-color: rgba(0,0,0,.70);
	color: #ffffff;
}

.news-block-two .blockquote{
	position: relative;
	display: block;
	border: 1px solid #d7d7d7;
	padding: 85px 50px 110px;
	margin-top: 100px;
	margin-bottom: 0;
}

.news-block-two .blockquote:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	opacity: 0.80;
	content: "";
}

.news-block-two .blockquote .icon{
	position: absolute;
	left: 70px;
	top: -42px;
	height: 84px;
	width: 84px;
	background-color: #ffffff;
	line-height: 84px;
	text-align: center;
	font-size: 48px;
	color: #bbbbbb;
	font-weight: 400;
	-webkit-box-shadow: 0 0 13px rgba(0,0,0,0.09);
	-moz-box-shadow: 0 0 13px rgba(0,0,0,0.09);
	-ms-box-shadow: 0 0 13px rgba(0,0,0,0.09);
	-o-box-shadow: 0 0 13px rgba(0,0,0,0.09);
	box-shadow: 0 0 13px rgba(0,0,0,0.09);
}

.news-block-two .blockquote h2{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 400;
	letter-spacing: -0.04em;
	font-family: 'BenchNine', sans-serif;
}

.news-block-two .blockquote h2 span{
	color: #ff8a00;
	text-transform: uppercase;
}

.news-block-two .blockquote .author{
	position: absolute;
	right: 0px;
	bottom: 70px;
	line-height: 25px;
	color: #ffffff;
	font-size: 14px;
	background-color: #222222;
	padding: 0 15px;
}

.news-block-two .image-box .link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .image-box .link:hover{
	background-color: rgba(0,0,0,0.50);
}

.news-block-two .image-box .link .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	background-color: rgba(0,0,0,0.65);
	padding-left: 4px;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .image-box .link:hover .icon{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.news-block-twoo{margin-bottom: 60px;}
.news-block-twoo .caption-box h3{ border-left:none; text-align:center; margin:0; padding:0;}
.news-block-twoo .caption-box h3 a{ font-size:14px;}
.news-block-twoo .caption-box .inner{box-shadow: 0 0 5px rgba(0,0,0,0.21); padding:20px}
.faq-section{
	position: relative;
	padding: 100px 0 35px;
}

.faq-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 38%;
	background-image: url(../img/earth.png);
	background-repeat: no-repeat;
	background-position: top left;
	content: "";
	background-size:contain;
}

.faq-section .image-column{
	position: relative;
	margin-bottom: 50px;
}

.faq-section .image-column .inner-column{
	position: relative;
}

.faq-section .image-column .image-box{
	position: relative;
}

.faq-section .image-column .image{
	position: relative;
	margin-bottom: 0;
	text-align: center;
}

.faq-section .title-column .image img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.faq-section .accordion-column{
	position: relative;
}

.faq-section .accordion-column .inner-column{
	position: relative;
	padding:5% 7%;
	box-shadow:0 5px 5px #aaa;
	background:#f6f6f6;
}
.faq-section .accordion-column .inner-column table{ margin-bottom:10px;}
.faq-section .accordion-column .inner-column table p{ margin:10px 0;}

.faq-section .accordion-column .sec-title{
	margin-bottom: 35px;
}

.faq-section .accordion-box{
	position: relative;
}

.listc {
	width:100%;
}

.listc li {
    padding: 0 2.5%;
    background: #f3f3f3;
    margin-bottom: 8px;
}

.listc .jointop {
    position: relative;
    padding: 20px 0 25px;
    cursor: pointer;
    overflow: hidden;
}

.listc .jints {
    float: left;
    margin-top: 3px;
}

.listc .jints p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.listc .jints p .i {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.listc .add {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -17px;
}

.listc .add i {
    display: block;
    background: #666666;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.listc .add i:nth-child(1) {
    width: 100%;
    height: 1px;
    left: 0;
    top: 17px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.listc .add i:nth-child(2) {
    width: 1px;
    height: 100%;
    left: 17px;
    top: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.listc .joins {
    padding: 30px 0;
    border-top: 1px solid #cccccc;
    display: none;
}

.listc .join-text {
    margin-bottom: 20px;
    overflow: hidden;
}

.listc .join-text .p {
    float: left;
    width: 43%;
    padding-right: 2%;
    font-size: 14px;
    color: #616161;
    line-height: 26px;
}

.listc .join-text .p:nth-child(2n) {
    border-left: 1px solid #ededed;
    padding-left: 4%;
    width: 45%;
}

.listc .joins a {
    display: inline-block;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #22478e;
}

.listc .jointop.on .add i:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.listc .jointop.on .add i:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(7, 150, 210, 0.35) 0%, rgba(7, 150, 210, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(7, 150, 210, 0.35) 0%, rgba(7, 150, 210, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow:0 0 4px #1bb2ef;
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
@media all and (max-width: 1600px) {
	#header .hInner .rBox {
		width: 1030px;
	}
	#header .searchBox .tel span{ font-size:20px;}
	#header.active .hInner .rBox {
		width: 540px;
	}

	#header.active #gNavi li ul {
		width: 593px;
	}
	#gNavi > li {
		margin-right: 25px;
	}
	#header .searchBox:before {
		left: -20px;
	}
}

@media all and (min-width: 1321px) and (max-width: 1450px) {
	#header .hInner {
		padding: 16px 30px 0 ;
	}
	#header #gNavi{ float:right;}
	#header .searchBox{padding-right: 60px; display:none;}
	#header .hInner .rBox{width: 850px;}
}
@media all and (min-width: 1201px) and (max-width: 1320px) {
	#header .hInner {
		padding: 16px 50px 0 ;
	}
	#header .searchBox{ display:none;}
	#header .hInner .rBox{width: 670px;}
	#gNavi > li{margin-right: 20px;}
}
@media all and (min-width: 768px) and (max-width: 1200px) {
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		overflow-y: auto;
		z-index: 9999;
		background: rgba(0,0,0,0.9);
		-webkit-overflow-scrolling: touch;
	}
	.menuBox .close {
		position: absolute;
		right: 64px;
		top: 28px;
	}
	.menuBox .close a {
		display: block;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.menuBox .close a:hover {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.menuBox .close img {
		width: 50px;
	}
	.menuBox ul {
		margin: 99px 0 65px;
	}
	.menuBox li {
		margin-bottom: 10px;
		text-align: center;
	}
	.menuBox li a {
		padding-bottom: 5px;
		display: inline-block;
		position: relative;
		color: #fff;
		font-size: 24px;
	}
	.menuBox li a:before {
		width: 0;
		height: 2px;
		position: absolute;
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		background: #fff;
		content: "";
	}
	.menuBox li a:hover:before {
		width: 100%;
	}
	.menuBox .tel {
		margin: 0 auto 41px;
		width: 300px;
		color: #fff;
		font-size: 21px;
		line-height: 1.35;
		text-align: center;
		box-sizing: border-box;
	}
	.menuBox .tel span {
		display: block;
		font-size: 35px;
		font-weight: bold;
	}
	.menuBox .search {
		margin: 0 auto 80px;
		width: 90%;
		max-width: 620px;
		position: relative;
		border-radius: 40px;
		background: #1bb2ef;
	}
	.menuBox .search a {
		width: 50px;
		position: absolute;
		right: 6px;
		top: 0;
	}
	.menuBox .search a img {
		width: 100%;
	}
	.menuBox .search input {
		padding: 0 80px 0 40px;
		width: 100%;
		height: 52px;
		color: #000;
		font-size: 20px;
		line-height: 72px;
		border: none;
		border-radius: 0;
		box-sizing: border-box;
		background: none;
	}
	#header .rBox {
		display: none;
	}
	#header .menu {
		position: absolute;
		right: 60px;
		top: 27px;
		display: block;
	}
	#header .menu a {
		width: 58px;
		height: 49px;
		display: block;
	}
	#header .menu span {
		width: 58px;
		height: 6px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background: #000;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	#header .menu span:nth-child(2) {
		top: 22px;
	}
	#header .menu span:nth-child(3) {
		width: 29px;
		top: 43px;
	}
	#header .menu a:hover span {
		width: 20px;
	}
	#header .menu a:hover span:nth-child(2) {
		width: 39px;
	}
	#header .menu a:hover span:nth-child(3) {
		width: 58px;
	}
}
@media all and (min-width: 0px) and (max-width: 767px) {
	#header .hInner h1 img{height:30px; vertical-align:top;}
	#container {
		padding-top: 52px;
		overflow: hidden;
	}
	.menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		overflow-y: auto;
		z-index: 9999;
		background: rgba(0,0,0,0.9);
		-webkit-overflow-scrolling: touch;
	}
	.menuBox .close {
		width: 24px;
		position: absolute;
		right: 20px;
		top: 14px;
	}
	.menuBox .close a {
		display: block;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.menuBox .close a:hover {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.menuBox ul {
		margin: 50px 0;
	}
	.menuBox li {
		text-align: center;
	}
	.menuBox li a {
		display: inline-block;
		position: relative;
		color: #fff;
		font-size: 16px;
	}
	.menuBox li a:before {
		display: none;
		width: 0;
		height: 2px;
		position: absolute;
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		background: #fff;
		content: "";
	}
	.menuBox li a:hover:before {
		width: 100%;
	}
	.menuBox .tel {
		margin: 0 auto 26px;
		color: #fff;
		font-size: 20px;
		text-align: center;
	}
	.menuBox .tel span {
		display: block;
		font-size: 17px;
		font-weight: bold;
	}
	.menuBox .search {
		margin: 0 auto 80px;
		width: 90%;
		max-width: 310px;
		position: relative;
		border-radius: 20px;
		background: #1bb2ef;
	}
	.menuBox .search a {
		width: 35px;
		position: absolute;
		right: 3px;
		top: 0;
	}
	.menuBox .search input {
		padding: 0 20px;
		height: 38px;
		color: #000;
		font-size: 14px;
		line-height: 38px;
		border: none;
		border-radius: 0;
		box-sizing: border-box;
		background: none;
	}
	#header {
		height: 51px;
	}
	#header .hInner {
		padding: 10px 20px;
	}
	#header .rBox {
		display: none;
	}
	#header .menu {
		margin-top: 8px;
		width: 20px;
		float: right;
		display: block;
	}
	#header .menu a {
		width: 20px;
		height: 17px;
		display: block;
		position: relative;
	}
	#header .menu span {
		width: 20px;
		height: 2px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background: #000;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	#header .menu span:nth-child(2) {
		top: 7px;
	}
	#header .menu span:nth-child(3) {
		width: 10px;
		top: 15px;
	}
	#header .menu a:hover span {
		width: 7px;
	}
	#header .menu a:hover span:nth-child(2) {
		width: 14px;
	}
	#header .menu a:hover span:nth-child(3) {
		width: 20px;
	}
	.home-single-slide h2,.home-single-slide h3 { font-size:40px}
	.advtit h3{ font-size:18px;}
	.indadv .advtit .timer{ font-size:30px;}
	.indadv .advtit span::before,.indadv .advtit span::after{ height:0;}
	.indadv .advcon span { display:none;}
	.indadv .advcon dl dt i{ font-size:30px; width:70px; height:70px; line-height:70px; margin:0 10px;}
	
	.indnewr dl a dd { display:none;}
	.indnewr dl a img { width:200px; height:113px;}
	.indnewr dl,.indnewr a.tomore{ height:113px;}
	footer{ display:none;}
	.foot_bottom .box div { float:none !important;}
	.foot_bottom{height: auto; line-height: 1.5; font-size: 12px; text-align: center; padding: 10px 0;}
}


@media only screen and (max-width: 1139px){
	.about-section .content-column .content-box{
		padding-left: 45px;
		padding-right: 15px;
	}
	.video-section .content-column .inner-column,
	.video-section .video-column .inner-column,
	.testimonial-carousel-two{
		padding-left: 0;
	}
	.video-section .content-column .inner-column,
}


@media only screen and (max-width: 1023px){
	.about-section .image-column .image img,
	.about-section .image-column .title-box h2 br,

	.about-section .content-column .inner-column,
	.about-section .image-column .inner-column{
		margin: 0;
	}
	.about-section .content-column .content-box{
		border: 2px solid #dddddd;
		text-align: left;
	}
	.about-section .image-column .image-box .alphabet-img{
		position: relative;
		display: inline-block;
	}
	.about-section .content-column .inner-column,
	.about-section .image-column .image-box{
		padding-top: 50px;
		text-align: center;
	}
	.about-section .content-column .content-box{
		padding-left: 15px;
		padding-right: 15px;
	}
	.offer-section .image-column .inner-column{
		padding: 0px;
		margin: 0;
	}
	.offer-section .form-column .inner-column{
		margin-left: 0;
	}
	.fact-counter .count-box{
		text-align: center;
		padding: 20px 0px 0;
	}

}
@media only screen and (max-width: 992px){
	.indabo .container .col-md-6>img { position:relative !important; max-width:100% !important;}
	.abocon{ text-align:center;}
	.abotit{ margin-top:20px;}
	.hrcon{ text-align:center;}
	.indprol{ text-align:center;}
	.indprol ul li a{ height:60px;}
	.indpro .container .indprol{ top:30px;}
	.indpro .container .indpror { top:370px;}
	#particles-js{ height:900px;}
	.indnewl{ text-align:center;}
.about-section .image-column .image-box .alphabet-img { display:none;}
.about-section .image-column .title-box h2{ line-height:1; margin:0;}
.video-section .content-column .inner-column{ padding-top:10px;}
.video-section.style-two .outer-box {padding: 60px 0;}
	.about-section .image-column .title-box{
		position: relative;
		display: inline-block;
		left: 0;
		top: 0;
		text-align: center;
	}
	.fact-counter .count-box .count{
		float: none;
		display: inline-block;
		margin: 0 0 25px;
	}
	.fact-counter .count-box:before{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
.video-section .video-column .video-box:before{ width:0;}
.blog-section{ padding:50px 0;}
}
@media only screen and (max-width: 767px){
	#particles-js{ height:720px;}

	.page-title{
		padding: 50px 0;
	}
	.page-title h1{
		font-size: 36px;
		line-height: 1.2em;
		margin-bottom: 15px;
	}
	.page-title .title{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.page-title .bread-crumb{
		padding-top: 0;
	}
	.page-title .bread-crumb{
		width: 100%;
		padding-bottom: 0;
	}
	.sec-title h2{
		margin:0;
	}
	.sec-title .text br{
		display: none;
	}
	.sec-title{
		margin-bottom: 40px;
	}
	.sec-title .float-text{
		font-size: 36px;
	}
	.offer-section .image-column .text{
		position: relative;
		padding: 0;
		margin: 50px 0 0;
	}
		.contact_info_wrapper {
		padding-top: 30px;
	}
	.contact_info_wrapper .event_details {
		position: static;
	}
	.contact_info_wrapper .event_details .event_location_info {
		padding: 15px;
	}
	.contact_info_wrapper .event_details {
		padding-right: 0;
	}
	.contact_info_wrapper .event_details .event_location_info {
		margin: 0 0 30px;
	}
	.contact_form .contact_map {
		position: static;
	}
	.contact_form .leave_comment_wrapper .leave_comment {
		padding-left: 0;
		margin: 0 30px 15px 15px;
	}
	.contact_form {
		padding-bottom: 50px;
	}
	.contact_info_wrapper .event_details .event_location_info img.contact__info_shpae {
		display: none;
	}
.contact_info_wrapper .event_details .details_title{ margin-left:15px;}
.info_banner{ margin-bottom:50px;}
.indnewli dl a dt{ border:none;}
.indnewli dl dd,.indnewli .tomore{ display:none;}
.indnewr dl{ width:100%;}
.about-section{ padding:50px 0;}
.offer-section{padding: 50px 0;}
.listc{ margin-bottom:60px;}
.faq-section .accordion-column .inner-column{ padding-top:0;}
.sidebar-page-container{ padding-top:30px;}
.content-side{ margin-bottom:50px;}
.team-section{ padding:50px 0;}
.menuBox li .down{ padding-bottom:10px;}
.menuBox li .down a{ font-size:12px; color:#ccc;}
}

@media only screen and (max-width: 599px){
	.about-section .content-column .content-box .title h2{
		font-size: 22px;
		line-height: 1.3em;
	}
	.offer-section .form-column .upper-box{
		padding-right: 0;
	}
	.offer-section .form-column .upper-box .discount{
		position: relative;
		left: 0;
		top: 0;
		display: block;
		font-size: 60px;
		margin-bottom: 10px;
	}
}
